projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
507b2d3
)
entry: Allocate popovers
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 4 May 2019 18:10:12 +0000
(18:10 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 28 May 2019 20:25:15 +0000
(20:25 +0000)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 193f2a9a29e2726a4526dd9fa4c85f9707bef39c..67c986acff37569bf4041888872db17b42951faa 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-72,6
+72,7
@@
#include "gtktypebuiltins.h"
#include "gtkwidgetprivate.h"
#include "gtkwindow.h"
+#include "gtknative.h"
#include "a11y/gtkentryaccessible.h"
@@
-1629,6
+1630,9
@@
gtk_entry_size_allocate (GtkWidget *widget,
if (completion)
_gtk_entry_completion_resize_popup (completion);
}
+
+ if (priv->emoji_chooser)
+ gtk_native_check_resize (GTK_NATIVE (priv->emoji_chooser));
}
static void